home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.1 / nwho.1 < prev    next >
Text File  |  1995-07-25  |  2KB  |  60 lines

  1.  
  2.  
  3.  nwho(C)                         12 July 1994                         nwho(C)
  4.  
  5.  _N_a_m_e
  6.  
  7.     nwho - list who is on the system, logged in from where
  8.  
  9.  _S_y_n_t_a_x
  10.  
  11.     nnwwhhoo [ --nn ] [ aamm ii ]
  12.  
  13.  _D_e_s_c_r_i_p_t_i_o_n
  14.  
  15.     The nnwwhhoo command lists the login name, tty, and login time of each
  16.     currently logged-in user.  For users logged in via TCP/IP telnet or
  17.     rlogin, it also displays the name of the remote machine from which they
  18.     are logged in.
  19.  
  20.     Local login information is retrieved from the user accounting data file,
  21.     /etc/utmp.  Remote login information is retrieved from the TCP/IP
  22.     structures of the running kernel.
  23.  
  24.  
  25.     The format of output entries is:
  26.  
  27.        _nn_aa_mm_ee _ll_ii_nn_ee _tt_ii_mm_ee [(nneettwwoorrkk oorriiggiinn)]
  28.  
  29.     Options are:
  30.  
  31.     --nn    Prevents nnwwhhoo from attempting to convert IP network addresses to
  32.           domain names.  This is useful if there are problems with host name
  33.           resolution.
  34.  
  35.     aamm ii  nnwwhhoo outputs information only about the invoking terminal.
  36.  
  37.  _F_i_l_e_s
  38.  
  39.     /_e_t_c/_u_t_m_p     user accounting information
  40.     /_u_n_i_x         kernel symbol table
  41.     /_d_e_v/_k_m_e_m     kernel data
  42.  
  43.  _S_e_e _a_l_s_o
  44.  
  45.     wwhhoo(C), uuttmmpp(F)
  46.  
  47.  _B_u_g_s
  48.  
  49.     nnwwhhoo cannot identify remote logins via non-TCP/IP mechanisms such as
  50.     IPX/SPX nlogin, LAN Manager vtp, PC-Interface, or OSI Virtual Terminal.
  51.  
  52.     nnwwhhoo tries, with limited success, to identify logins associated with a
  53.     local X server.
  54.  
  55.     IP address to domain name translations should be cached for better
  56.     performance.
  57.  
  58.     None of the standard who(C) options are supported except "am i".
  59.  
  60.